|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Extension interface for IContentAssistant
.
Updates the content assistant to be aware of documents with multiple partitions.
Method Summary | |
String |
completePrefix()
Complete the common prefix of the available choices. |
String |
getDocumentPartitioning()
Returns the document partitioning this content assistant is using. |
void |
install(IContentAssistSubject contentAssistSubject)
Installs content assist support on the given subject. |
Method Detail |
public String getDocumentPartitioning()
public void install(IContentAssistSubject contentAssistSubject)
XXX: This is work in progress and can change anytime until API for 3.0 is frozen.
contentAssistSubject
- the one who requests content assist
UnsupportedOperationException
- if the content assist does not support this methodpublic String completePrefix()
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |